cpufreq: patch target() indirect call to direct one
authorJan Beulich <jbeulich@suse.com>
Fri, 17 May 2019 12:40:12 +0000 (14:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 May 2019 12:40:12 +0000 (14:40 +0200)
commitf3866e4d9d95283f9a69a138c7343d746d7be0ec
tree1604a2852920f00f0f08ba703d0983ae1bc62a67
parent51efb4d8f2c1d08bf53c1ba8acdfcb58caeb9d65
cpufreq: patch target() indirect call to direct one

This looks to be the only frequently executed hook; don't bother
patching any other ones.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/drivers/cpufreq/utility.c